AIFF-C files each contain exactly one Format Version Chunk, but files of type AIFF do not contain any. You can examine the Format Version Chunk to ensure that your application can process an AIFF-C file. The FormatVersionChunk data type defines a Format Version Chunk.
TYPE FormatVersionChunk =
RECORD
ckID: ID; {'FVER'}
ckSize: LongInt; {4}
timestamp: LongInt; {date of format version}
END;
| Previous | Chapter contents | Chapter top | Section top | Next |